Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / InheritedRtl Property

In This Topic
    InheritedRtl Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets whether the value of RightToLeft property is inherited from the parent element.
    Syntax
    'Declaration
     
    
    Public Property InheritedRtl As Boolean
    public bool InheritedRtl {get; set;}
    See Also